dart concat string and int

50

void main() {
  int num = 5;
  print("The number is $num");
}

Comments

Submit
0 Comments